home *** CD-ROM | disk | FTP | other *** search
/ The Utilities Experience / The Utilities Experience - Volume 1.iso / software / graphics / a-g / flick_1_4 / src / decode.h < prev    next >
Encoding:
Text File  |  1995-12-21  |  395 b   |  9 lines

  1. void __asm decode_lc (register __a0 UBYTE *chunkbuf,
  2.                       register __a1 UBYTE *chunky,
  3.                       register __a3 UBYTE *dirty_list);
  4.  
  5. void __asm decode_lc_xlate (register __a0 UBYTE *chunkbuf,
  6.                             register __a1 UBYTE *chunky,
  7.                             register __a2 UBYTE *xlate,
  8.                             register __a3 UBYTE *dirty_list);
  9.